type testing.chattyFlag

7 uses

	testing (current package)
		testing.go#L492: 	chatty               chattyFlag
		testing.go#L525: type chattyFlag struct {
		testing.go#L530: func (*chattyFlag) IsBoolFlag() bool { return true }
		testing.go#L532: func (f *chattyFlag) Set(arg string) error {
		testing.go#L546: func (f *chattyFlag) String() string {
		testing.go#L556: func (f *chattyFlag) Get() any {
		testing.go#L565: func (f *chattyFlag) prefix() string {